projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8478d
)
Removed assigment to foo in byte-compile-lambda.
author
Jim Blandy
<jimb@redhat.com>
Tue, 23 Feb 1993 13:21:13 +0000
(13:21 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Tue, 23 Feb 1993 13:21:13 +0000
(13:21 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index f4bba7ed21697546134d700efbf7969e7ada8484..7d48fbea291cc1e658a8a04ff8c1c9b2c6247778 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1681,7
+1681,6
@@
If FORM is a lambda or a macro, byte-compile it as a function."
(byte-compile-warn "malformed interactive spec: %s"
(prin1-to-string int))))))
(let ((compiled (byte-compile-top-level (cons 'progn body) nil 'lambda)))
- (setq foo compiled)
(if (and (eq 'byte-code (car-safe compiled))
(not (byte-compile-version-cond
byte-compile-compatibility)))